Skip to content

Assessment: Interactive Spreadsheet Preview for Assessment Results#175

Merged
vprashrex merged 5 commits into
devfrom
feat/assessment-excel-preview
May 22, 2026
Merged

Assessment: Interactive Spreadsheet Preview for Assessment Results#175
vprashrex merged 5 commits into
devfrom
feat/assessment-excel-preview

Conversation

@vprashrex
Copy link
Copy Markdown
Collaborator

@vprashrex vprashrex commented May 22, 2026

Issue: #174

Summary:

  • Integrated Univer (Apache 2.0) to replace the read-only HTML table preview with a full Excel-like spreadsheet — formula support, sorting, filtering, and cell formatting included
  • Removed the 10-row cap on result preview — all rows are now loaded into the spreadsheet.
  • Persisted spreadsheet state (formulas, filters, formatting, sorting) to localStorage per run ID so users do not need to re-apply their analysis on every open

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5e9403c7-376c-472c-8ae8-0f2709ed2d9b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/assessment-excel-preview

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@vprashrex vprashrex changed the title chore: add @univerjs/presets dependency to package.json Assessment: Interactive Spreadsheet Preview for Evaluation Results (#174) May 22, 2026
@vprashrex vprashrex changed the title Assessment: Interactive Spreadsheet Preview for Evaluation Results (#174) Assessment: Interactive Spreadsheet Preview for Evaluation Results May 22, 2026
@vprashrex vprashrex changed the title Assessment: Interactive Spreadsheet Preview for Evaluation Results Assessment: Interactive Spreadsheet Preview for Assessment Results May 22, 2026
@vprashrex vprashrex self-assigned this May 22, 2026
@vprashrex vprashrex requested a review from Ayush8923 May 22, 2026 07:54
@vprashrex vprashrex added enhancement New feature or request ready-for-review labels May 22, 2026
@vprashrex vprashrex linked an issue May 22, 2026 that may be closed by this pull request
Comment thread app/components/assessment/SpreadsheetModal.tsx
Comment thread app/components/assessment/SpreadsheetModalInner.tsx Outdated
Comment thread app/components/assessment/SpreadsheetModalInner.tsx
Co-authored-by: Ayush <80516839+Ayush8923@users.noreply.github.com>
@vprashrex vprashrex requested a review from Ayush8923 May 22, 2026 09:31
@vprashrex vprashrex merged commit 00d84ce into dev May 22, 2026
2 checks passed
@vprashrex vprashrex deleted the feat/assessment-excel-preview branch May 22, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ready-for-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assessment: Interactive spreadsheet integration

2 participants